Welcome![Sign In][Sign Up]
Location:
Search - call record

Search list

[Delphi VCLDelphiamTapiPSimplePhone

Description: 简单的电话录音源码,具备来电显示、应答、呼叫等功能。-Simple telephone record source program with the function of Show Phone Number, answer and call.
Platform: | Size: 266484 | Author: 王位 | Hits:

[Other resource洗浴管理系统

Description: 自营店增加查看缴款记录功能,可以查看门店缴款。 记录数据,门店只能查看自己的缴款记录。 使用同价调拨和变价调拨可以产生相应的GSP报表,即做完同价调拨和变价调拨,可以到对应报表中调用同价调拨单和同价调拨单生成GSP报表。 增加“盘点数量为零商品显示”功能,并增加对盘点时有改动商品的颜色标注,便于对有盘点改动商品的进行跟踪,并且可以在盘点过程中添加电脑中没有的库存商品(自动盘营盘亏中)。 库存盘点时增加“产地”、“备注”和“生产厂家”字段(自动盘盈盘亏)。-payment record increase View function can check stores contributions. Records data, stores can only check their payment record. Using the same price allocation and price changes can have a corresponding allocation of the GSP statements, the same price that is done allocation and price variable allocation, statements corresponding to the call to allocate the same price and with the price of single-generation GPS allocation statements. Increase the "zero inventory quantity of goods shows that the" function, and increase the inventory of goods has changed the color tagging, facilitate inventory changes to a commodity tracking, and inventory in the process of adding a computer without the stock (automatic disk business inventory profits). Inventories increased inventory "origin&
Platform: | Size: 899273 | Author: 黄金 | Hits:

[Internet-Network网络日志(Weblog)发布系统

Description: 1. 记录每个帖子的访问人情况,便于管理员管理 2. 支持最流行的 P2P 软件 eMule 和下一代 BT 软件 eXeem 的链接 3. 等级全面采用积分制度,增加积分标签 [jf=XXX]...[/jf] 4. 全面支持 RSS v2.0 ( LeoHacks 子程制作,三元改进,BBSER再次修正) 5. 如果服务器支持 GD,程序将调用 GD 库来显示验证码,图形复杂并相对清晰,更安全。 6. 如果服务器支持 GD,可以对上传的图形加入水印,水印位置、字样都可以设置,还可以根据用户类型设置是否显示。 7. 加入论坛区简短信息排列模式(royroy & hztz 制作) -1. Each posted a record of interview people, facilitate the management of two administrators. Support of the most popular peer-to-peer software and next-generation wired BT software Ares three links. Grading full integration system, the increase integral label [jf = XXX ]...[/ jf ] 4. full support RSS v2.0 (LeoHacks son-making, improved 3, BBSER again amended) 5. If the server supports GD, procedures will call GD library to show certification code, and are relatively complex graphics clearer and more secure. 6. If the server supports GD, can upload graphics to join the watermark, watermark position, words can be set up, users can also set whether the type of show. 7. Membership of the Forum area with brief information model (royroy hztz production)
Platform: | Size: 1757712 | Author: 真实 | Hits:

[Fax programPhoneRec

Description: VC++开发的一个电话录音程序,有人使用,但不是很稳定-VC++ development of a telephone recording processes, it was to use, but not very stable
Platform: | Size: 765952 | Author: 邓生 | Hits:

[Other Embeded programproject

Description: Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.-Application Note AbstractThis Application Note introduces a complete and detailed PSoC ? project. Telephone Call Logger keeps the detailed record ofapproximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration ofthe phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which isincluded in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it isnecessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, itsends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.
Platform: | Size: 210944 | Author: 周东良 | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[VOIP programPhoneRecord

Description: 企业电话语音录音管理系统,本系统 采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。  系统可以进行来电显示和来电接听等功能。  提供电话拨出功能,可以通过程序拨出电话。  提供客户管理功能,记录客户信息,并可以在拨出电话时以电话簿的形式显示客户信息。  提供电话录音功能,当电话接通时开始录音,当电话挂断时结束录音。  提供录音管理功能,可以通过程序修改录音文件的存储位置。  系统最大限度地实现了易维护性和易操作性。  系统运行稳定、安全可靠。 -the use of man-machine dialogue mode of operation, beautiful and friendly interface design, operation flexible, convenient, fast, accurate, secure and reliable data storage.  system can receive Caller ID and call functions.  set aside to provide telephone functions can be allocated through the telephone process.  management capabilities to provide customers, record customer information, and can be allocated at the time of telephone directory information of the client form.  Telephone recording function to provide, when the start recording when connected to phone, phone to hang up when the end of recording time.  management capabilities provide an audio, you can modify through the process of recording a document storage location.  system to maximize the implementation of interoperability and easy maintainability.  system stable, safe and reliable.
Platform: | Size: 285696 | Author: yingying | Hits:

[Symbiansymbian

Description: S60 实现了录制和播放的功能,没有调用系统的播放器,而是自己绘制的界面-S60 achieved the record and playback functions, the system does not call the players, but their mapping interface
Platform: | Size: 193536 | Author: xing jian | Hits:

[Windows DevelopTelephone_Billing

Description: 电话计费系统,具有以下功能:计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名。话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录-Telephone billing system, has the following functions: billing functions. According to the source data files stored in the long distance call records and document the rate of a call record for each call to calculate their costs, and the results stored in the cost of document. Inquiry calls. Enter a phone number, statistics from the cost of paper all the phone numbers of local calls, long distance calls, and documents from the user to find their user name. If a single query. Enter a phone number, query and display all the user' s phone records
Platform: | Size: 3072 | Author: liuchen | Hits:

[Game Hook CrackCALL

Description: 也只是古老的鼠标记录 希望你会希望!-they are just old mouse i hope you will want to record。
Platform: | Size: 8192 | Author: li | Hits:

[WEB CodeDaila

Description: 企业电话客服系统主要实现以下目标:  客户在拨打企业电话客服时,系统会自动接收、识别并记录来电的主叫号码并显示相应的客户信息。  用户在拨打企业电话客服后,系统会进行自动语音引导,客户通过按键选择,从而可以听到预先设置好的语音咨讯,如企业简介、信息、最新产品等……。所有咨讯信息通过按键即可获得。  外线电话转接到座席电话功能,使来电者可以根据系统提示,转入人工服务,与座席人员直接进行交流。-Business telephone customer service system is mainly to achieve the following goals:   customers call customer service business phone, the system will automatically receive, identify and record the caller' s Caller ID and displays the corresponding customer information.  users to dial telephone customer service business, the system will automatically voice-guided, the customer through the selection button, which you can hear a pre-set a good voice in commerce, such as corporate profiles, information on the latest products ... .... All Zixun information can be obtained through the button.  outside telephone calls between seats, enabling the system prompts the caller can transfer to human services, to communicate directly with the agent.
Platform: | Size: 702464 | Author: leonyuan | Hits:

[J2MECallTools

Description: 手机用户通话统计工具,可以根据通话详单统计与所有号码的通话时长,包括主要与被叫时长-this software is used for the analysis of the users calling record.
Platform: | Size: 268288 | Author: kevin | Hits:

[TAPIRecord

Description: 程序流程:中继呼入,直接开始录音,并生成固定文件名的录音文件。 程序界面: “每秒数据”表示每秒写入文件的数据大小。如果是3.4.0的DLL,应该是32K,替换修改过的DLL后是8K。 “时间差”表示从创建录音文件到生成录音文件数据的时间差。用来判断我们底层将数据写入文件的时间,如果是3.4.0的DLL,时间为4秒;替换修改过的DLL,时间为1秒。 环境搭建可以很简单,Demo端SS7 TUP运行该程序,另外一端SS7 TUP+模拟坐席,坐席摘机外呼遍可。-Program flow: relay incoming, just start recording, and generate a fixed file name of the recording files. Program Interface: " second data" that the data written to the file size per second. If it is 3.4.0 of DLL, should be 32K, after replacing the modified DLL is 8K. " Time difference" that creates audio files from audio file data to generate the time difference. We are the bottom of the data used to determine the time to write the file, if it is 3.4.0 of the DLL, for 4 seconds replacing the modified DLL, time of 1 second. Built environment can be very simple, Demo-side SS7 TUP run the program, the other end of the SS7 TUP+ analog seats, seat outside the call over to pick up.
Platform: | Size: 199680 | Author: 王梅 | Hits:

[JSP/Javacall

Description: 根据Loushang框架开发了一个拨打任务创建和任务拨打功能,根据各种条件查询出当天需要打电话的客户,将这些客户放到外拨任务中,另外座席员可以根据选择外拨任务中的客户,拨打电话,记录与客户进行回访。 -Developed a framework based on Loushang make task creation and task calling function, according to various conditions, check out the same day need to call customers, these customers will place outbound tasks, other agents and supervisors can select the task in outbound customers phone calls, record customer for a return visit
Platform: | Size: 87040 | Author: 天赐 | Hits:

[Industry researchcallrec

Description: call record incoming outgoing
Platform: | Size: 78848 | Author: Fateh AlWaqidi | Hits:

[MTKauto-record

Description: MTK 10A版本通话自动录音功能,MTK目前版本只支持选择录音,现在支持自动后台录音。-MTK 10A versions Automatic call recording function MTK current version only supports select recordings, now supports automatic background recording.
Platform: | Size: 293888 | Author: yangyong | Hits:

[JSP/JavaCallTimeRecorder

Description: 通话记录查询,可以查询最近通话和所有的通话-call record
Platform: | Size: 524288 | Author: 潘明 | Hits:

[ConsoleB06040324_B2

Description: 模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 -Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th
Platform: | Size: 283648 | Author: Chengwei Xiao | Hits:

[Program docMobile

Description: 模拟手机通讯录,在控制台下实现来电显示、通话记录保存等功能-Analog phone contacts, at the console to achieve caller ID, call record keeping and other functions
Platform: | Size: 236544 | Author: Andrea | Hits:

[androidCallTimeRecorder

Description: 通话统计和话费计算源码是一个根据通话记录可以详细统计来去电时间的项目源码,主界面分为已接,已拨,未接和总计显示通话时间四个界面,并且在统计界面具有显示通话总时间,通话中话费,预估通话时间且通话时间按日周月来进行显示。并且还有一个话费包月的时间统计计算,非常实用的,本项目编码GBK默认编译版本4.4.2-Call Statistics and Call Charge Calculation source is a detailed statistics can come and go according to the time of the call record source project, the main interface is divided into have missed, dialed, and missed a total of four interface display call time, and call in a display interface statistics the total time, call charges, estimated talk time and talk time by day week month display. And there is still time to calculate a statistical monthly bill, very practical, the project coding GBK default compiler version 4.4.2
Platform: | Size: 887808 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net